projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9164c0e
)
Fix compilation error.
author
Nick Roberts
<nickrob@snap.net.nz>
Thu, 5 Aug 2010 05:18:55 +0000
(17:18 +1200)
committer
Nick Roberts
<nickrob@snap.net.nz>
Thu, 5 Aug 2010 05:18:55 +0000
(17:18 +1200)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 1b2c9324528a1dbb245d9b72ff41e2d16f83d29b..d8ae46f19bea73cbb14a9d49978c772cdacc6fdf 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-522,7
+522,7
@@
child_setup_tty (int out)
s.main.c_lflag |= ICANON; /* Enable line editing and eof processing */
s.main.c_cc[VEOF] = 'D'&037; /* Control-D */
-#if
def 0 /* These settin
s only apply to non-ICANON mode. */
+#if
0 /* These setting
s only apply to non-ICANON mode. */
s.main.c_cc[VMIN] = 1;
s.main.c_cc[VTIME] = 0;
#endif